home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club KidSoft Volume 3 #2
/
CKSPCV32.BIN
/
movies
/
clubroom.dir
/
00191_Script_TV Channel Button
< prev
next >
Wrap
Text File
|
1995-04-03
|
456b
|
22 lines
on mouseDown
global gSButton
set myCast = the castNum of sprite gSButton
set the castNum of sprite gSButton to myCast + 1
updateStage
end
on mouseUp
global gCurrentButton, gSButton
set gCurrentButton = 0
set the visible of sprite gSButton = false
set the puppet of sprite gSButton = false
StopSound
-- turn off the movie
set the visible of sprite 1 to false
updateStage
go to frame marker(0)
end